From ba825dce299bf754fed7eb31b69a6221398cb2d2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Feb 2020 10:37:24 -0500 Subject: [PATCH] docs: Remove a mention of gtk_main_do_event --- gdk/gdkevents.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c index aec67fcec6..4db6aea8cc 100644 --- a/gdk/gdkevents.c +++ b/gdk/gdkevents.c @@ -45,9 +45,9 @@ * This section describes functions dealing with events from the window * system. * - * In GTK+ applications the events are handled automatically in - * gtk_main_do_event() and passed on to the appropriate widgets, - * so these functions are rarely needed. + * In GTK+ applications the events are handled automatically by toplevel + * widgets and passed on to the appropriate widgets, so these functions are + * rarely needed. */ /** -- 2.30.2